SelectAccountDialog Constructor

Initializes the select account dialog. Called during construction.
 

Parameters

objectType

Type: dundas.controls.SelectAccountDialogConstants
The file they are going to check in.
isMultiSelect

Type: Boolean
Flag used to indicate if multi-select is enabled or not.
alreadySelected

Type: Array
Array of IDs that indicate if any of the objects displayed are already selected. Ignored if isMultiSelect is false.
filterOptions

Type: Object
An object with two properties:
     accountFilters  [type: Array]   - an array of filter objects.
     groupFilters    [type: Array]   - an array of filter objects.
 Flag used to indicate if the multi-select checkboxes should be disabled if already selected.Flag used to indicate if there should be a (None) options displayed on the dialog.Flag used to indicate if we should hide seat specific groups (Developers, Power Users, Standard Users).